boolean search - определение. Что такое boolean search
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое boolean search - определение

TECHNIQUES FOR SEARCHING A SINGLE COMPUTER-STORED DOCUMENT OR A COLLECTION IN A FULL TEXT DATABASE
Full Text Search; Free text search; Free text searching; Boolean search; Full text search; Freetext; Free-text; Full-Text Search; Fulltext search; Fulltext; Full-text; Full text; Full-text searching; Boolean search operator
Найдено результатов: 822
Boolean search         
<information science> (Or "Boolean query") A query using the Boolean operators, AND, OR, and NOT, and parentheses to construct a complex condition from simpler criteria. A typical example is searching for combinatons of keywords on a World-Wide Web search engine. Examples: car or automobile "New York" and not "New York state" The term is sometimes stretched to include searches using other operators, e.g. "near". Not to be confused with binary search. See also: weighted search. (1999-10-23)
Full-text search         
In text retrieval, full-text search refers to techniques for searching a single computer-stored document or a collection in a full-text database. Full-text search is distinguished from searches based on metadata or on parts of the original texts represented in databases (such as titles, abstracts, selected sections, or bibliographical references).
Boolean algebra (structure)         
  • [[Hasse diagram]] of the Boolean algebra of divisors of 30.
COMPLEMENTED DISTRIBUTIVE LATTICE
Boolean lattice; Boolean homomorphism; Boolean algebras; Generalized Boolean algebra; Generalized Boolean lattice; Generalized Boolean semilattice; Boolean algebra (history); Degenerate Boolean algebra; Axiomatization of Boolean algebras; Boolean hypercube
In abstract algebra, a Boolean algebra or Boolean lattice is a complemented distributive lattice. This type of algebraic structure captures essential properties of both set operations and logic operations.
Boolean function         
  • A [[binary decision diagram]] and [[truth table]] of a ternary Boolean function
  • The sixteen binary Boolean functions
  • A Boolean function represented as a [[Boolean circuit]]
FUNCTION WITH DOMAIN {0,1}^K FOR SOME K AND WITH RANGE {0,1}
Boolean valued function; Finitary boolean function; Boolean functions; Boolean Function; Switching function; Switching Function; Vectorial Boolean function
In mathematics, a Boolean function is a function whose arguments and result assume values from a two-element set (usually {true, false}, {0,1} or {-1,1}). Alternative names are switching function, used especially in older computer science literature, and truth function (or logical function), used in logic.
Boolean logic         
  • thumb
  • NOT]] gates.
  • Figure 2. Venn diagrams for conjunction, disjunction, and complement
VARIANT OF ORDINARY ELEMENTARY ALGEBRA
Laws of classical logic; Complement (Boolean algebra); Boolean Algebra; Boolean value; Boolean Logic; Boolean algebra (basic concepts); Boolean algebra (logic); Complete Boolean algebra (computer science); Logic function; Logic operation; Complement (boolean algebra); Boolean problem; Boolean equation; Boolean terms; Elementary Boolean algebra; Boolean logic; Boolean logic (computer science); Boolean logic in computer science; Introduction to Boolean algebra; Boolean searching; AND list; OR list; And List; Or List; And list; Or list; Boolean algebra (introduction); Introduction to boolean algebra; Boolean Connectors; Boolean attribute; Duality principle (Boolean algebra); Duality principle (boolean algebra); BooleanAlgebra; Switching algebra; Applications of boolean algebra; History of Boolean algebra; Logical algebra; Contact algebra; Boolean operator (Boolean algebra); Boolean operation (Boolean algebra); Boolean identity; Boolean identities; Boolian algebra; Boolian Algebra
<mathematics> A logic based on Boolean algebra. (1995-03-25)
Boolean algebra         
  • thumb
  • NOT]] gates.
  • Figure 2. Venn diagrams for conjunction, disjunction, and complement
VARIANT OF ORDINARY ELEMENTARY ALGEBRA
Laws of classical logic; Complement (Boolean algebra); Boolean Algebra; Boolean value; Boolean Logic; Boolean algebra (basic concepts); Boolean algebra (logic); Complete Boolean algebra (computer science); Logic function; Logic operation; Complement (boolean algebra); Boolean problem; Boolean equation; Boolean terms; Elementary Boolean algebra; Boolean logic; Boolean logic (computer science); Boolean logic in computer science; Introduction to Boolean algebra; Boolean searching; AND list; OR list; And List; Or List; And list; Or list; Boolean algebra (introduction); Introduction to boolean algebra; Boolean Connectors; Boolean attribute; Duality principle (Boolean algebra); Duality principle (boolean algebra); BooleanAlgebra; Switching algebra; Applications of boolean algebra; History of Boolean algebra; Logical algebra; Contact algebra; Boolean operator (Boolean algebra); Boolean operation (Boolean algebra); Boolean identity; Boolean identities; Boolian algebra; Boolian Algebra
In mathematics and mathematical logic, Boolean algebra is the branch of algebra in which the values of the variables are the truth values true and false, usually denoted 1 and 0, respectively. Instead of elementary algebra, where the values of the variables are numbers and the prime operations are addition and multiplication, the main operations of Boolean algebra are the conjunction (and) denoted as ∧, the disjunction (or) denoted as ∨, and the negation (not) denoted as ¬.
Boolean algebra         
  • thumb
  • NOT]] gates.
  • Figure 2. Venn diagrams for conjunction, disjunction, and complement
VARIANT OF ORDINARY ELEMENTARY ALGEBRA
Laws of classical logic; Complement (Boolean algebra); Boolean Algebra; Boolean value; Boolean Logic; Boolean algebra (basic concepts); Boolean algebra (logic); Complete Boolean algebra (computer science); Logic function; Logic operation; Complement (boolean algebra); Boolean problem; Boolean equation; Boolean terms; Elementary Boolean algebra; Boolean logic; Boolean logic (computer science); Boolean logic in computer science; Introduction to Boolean algebra; Boolean searching; AND list; OR list; And List; Or List; And list; Or list; Boolean algebra (introduction); Introduction to boolean algebra; Boolean Connectors; Boolean attribute; Duality principle (Boolean algebra); Duality principle (boolean algebra); BooleanAlgebra; Switching algebra; Applications of boolean algebra; History of Boolean algebra; Logical algebra; Contact algebra; Boolean operator (Boolean algebra); Boolean operation (Boolean algebra); Boolean identity; Boolean identities; Boolian algebra; Boolian Algebra
<mathematics, logic> (After the logician George Boole) 1. Commonly, and especially in computer science and digital electronics, this term is used to mean two-valued logic. 2. This is in stark contrast with the definition used by pure mathematicians who in the 1960s introduced "Boolean-valued models" into logic precisely because a "Boolean-valued model" is an interpretation of a theory that allows more than two possible truth values! Strangely, a Boolean algebra (in the mathematical sense) is not strictly an algebra, but is in fact a lattice. A Boolean algebra is sometimes defined as a "complemented distributive lattice". Boole's work which inspired the mathematical definition concerned algebras of sets, involving the operations of intersection, union and complement on sets. Such algebras obey the following identities where the operators ^, V, - and constants 1 and 0 can be thought of either as set intersection, union, complement, universal, empty; or as two-valued logic AND, OR, NOT, TRUE, FALSE; or any other conforming system. a ^ b = b ^ a a V b = b V a (commutative laws) (a ^ b) ^ c = a ^ (b ^ c) (a V b) V c = a V (b V c) (associative laws) a ^ (b V c) = (a ^ b) V (a ^ c) a V (b ^ c) = (a V b) ^ (a V c) (distributive laws) a ^ a = a a V a = a (idempotence laws) --a = a -(a ^ b) = (-a) V (-b) -(a V b) = (-a) ^ (-b) (de Morgan's laws) a ^ -a = 0 a V -a = 1 a ^ 1 = a a V 0 = a a ^ 0 = 0 a V 1 = 1 -1 = 0 -0 = 1 There are several common alternative notations for the "-" or logical complement operator. If a and b are elements of a Boolean algebra, we define a <= b to mean that a ^ b = a, or equivalently a V b = b. Thus, for example, if ^, V and - denote set intersection, union and complement then <= is the inclusive subset relation. The relation <= is a partial ordering, though it is not necessarily a linear ordering since some Boolean algebras contain incomparable values. Note that these laws only refer explicitly to the two distinguished constants 1 and 0 (sometimes written as LaTeX op and ot), and in two-valued logic there are no others, but according to the more general mathematical definition, in some systems variables a, b and c may take on other values as well. (1997-02-27)
Boolean data type         
BASIC COMPUTING REPRESENTATION OF TRUTH AND FALSEHOOD
Boolean data; BOOL; Boolean type; Boolean variable; Boolean datatype; Logical data type; Character indicator; Boolean values
In computer science, the Boolean (sometimes shortened to Bool) is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values of logic and Boolean algebra. It is named after George Boole, who first defined an algebraic system of logic in the mid 19th century.
Boolean domain         
SET CONSISTING OF EXACTLY TWO ELEMENTS WHOSE INTERPRETATIONS INCLUDE FALSE AND TRUE
Boolean set
In mathematics and abstract algebra, a Boolean domain is a set consisting of exactly two elements whose interpretations include false and true. In logic, mathematics and theoretical computer science, a Boolean domain is usually written as {0, 1}, or \mathbb{B}.
Search analytics         
User:CrizCraig/Search Analytics; Search Analytics; Search engine history; Search engine analytics
Search analytics is the use of search data to investigate particular interactions among Web searchers, the search engine, or the content during searching episodes.Jansen, B.

Википедия

Full-text search

In text retrieval, full-text search refers to techniques for searching a single computer-stored document or a collection in a full-text database. Full-text search is distinguished from searches based on metadata or on parts of the original texts represented in databases (such as titles, abstracts, selected sections, or bibliographical references).

In a full-text search, a search engine examines all of the words in every stored document as it tries to match search criteria (for example, text specified by a user). Full-text-searching techniques became common in online bibliographic databases in the 1990s. Many websites and application programs (such as word processing software) provide full-text-search capabilities. Some web search engines, such as AltaVista, employ full-text-search techniques, while others index only a portion of the web pages examined by their indexing systems.